home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / vscobol2.inf < prev    next >
Encoding:
INI File  |  1997-04-18  |  1.3 KB  |  73 lines

  1. ; COBOL parser settings for IBM VSCOBOL II
  2.  
  3. ; a list of possible exceptions for statements
  4. [Exceptions]
  5. Ex1=ON OVERFLOW,OVERFLOW
  6. Ex2=ON EXCEPTION,EXCEPTION
  7. Ex3=ON ESCAPE,ESCAPE
  8. Ex4=NO DATA
  9. Ex5=ON SIZE ERROR,SIZE ERROR
  10. Ex6=AT END,END
  11. Ex7=INVALID KEY,INVALID
  12. Ex8=AT END-OF-PAGE,END-OF-PAGE
  13. Ex9=AT EOP,EOP
  14. Ex10=WITH DATA,DATA
  15.  
  16. ; a list of statements that should be recognized
  17. [Statements]
  18. CallException=1,2
  19. SearchException=6
  20.  
  21. Stmt1=ACCEPT
  22. Stmt2=ADD,5,*
  23. Stmt3=ALTER
  24. Stmt4=CANCEL
  25. Stmt5=CLOSE
  26. Stmt6=COMPUTE,5,*
  27. Stmt7=CONTINUE
  28. Stmt8=DELETE,7,*
  29. Stmt9=DISABLE
  30. Stmt10=DISPLAY
  31. Stmt11=DIVIDE,5,*
  32. Stmt12=ENABLE
  33. Stmt13=EXAMINE
  34. Stmt14=EXHIBIT
  35. Stmt15=GENERATE
  36. Stmt16=GO
  37. Stmt17=INITIALIZE
  38. Stmt18=INITIATE
  39. Stmt19=INSPECT
  40. Stmt20=MERGE
  41. Stmt21=MOVE
  42. Stmt22=MULTIPLY,5,*
  43. Stmt23=OPEN
  44. Stmt24=PURGE
  45. Stmt25=READ,6,7,*
  46. Stmt26=READY
  47. Stmt27=RECEIVE,4,10,*
  48. Stmt28=RELEASE
  49. Stmt29=RESET
  50. Stmt30=RETURN,6,*
  51. Stmt31=REWRITE,7,*
  52. Stmt32=SEND
  53. Stmt33=SERVICE
  54. Stmt34=SET
  55. Stmt35=SORT
  56. Stmt36=START,7,*
  57. Stmt37=STOP
  58. Stmt38=STRING,1,*
  59. Stmt39=SUBTRACT,5,*
  60. Stmt40=SUPPRESS
  61. Stmt41=TERMINATE
  62. Stmt42=TRANSFORM
  63. Stmt43=UNSTRING,1,*
  64. Stmt44=USE
  65. Stmt45=WRITE,7,8,9,*
  66.  
  67. ; these keywords should not be recognized as statements
  68. [NoKeywords]
  69. ;NK1=
  70.  
  71. [ParseOptions]
  72. AllowSentenceInAArea=1
  73.